home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2763 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.infi.net!usenet
  2. From: nngis@norfolk.infi.net (Greg DiGiorgio)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Needed: delay function for windows using C/C++
  5. Date: 23 Jan 1996 18:28:00 GMT
  6. Organization: Customer of InfiNet
  7. Message-ID: <4e39bg$83o@nw002.infi.net>
  8. References: <4dsqii$i4e@news.halcyon.com>
  9. Reply-To: nngis@norfolk.infi.net
  10. NNTP-Posting-Host: h-insomnia.norfolk.infi.net
  11. Mime-Version: 1.0
  12. X-Newsreader: WinVN 0.99.3
  13.  
  14. In article <4dsqii$i4e@news.halcyon.com>, mikema@halcyon.com says...
  15. >
  16. >As I understand it from some obscure note I found in one of Borland's 
  17. >tech notes, there are several functions that are available for DOS but 
  18. >not for MS Windows. The function "delay" is one of these.
  19. >
  20. >Does anyone out there have an equivalent piece of code that is usable 
  21. >with MS windows and Turbo C++?
  22. >
  23. >Thanks in advance.
  24. >
  25. >Best regards,
  26. >Mike Martin
  27. >
  28. Mike,
  29.  
  30. Do you really want to suspend Windows, thereby stopping all programs that 
  31. are running or are you dealing with interprogram communication problems 
  32. like kicking off a DOS box asynch to your Windows program and wondering 
  33. how to halt your Windows program until the other task completes? Either 
  34. way, you might want to direct comments to comp.ms-windows.programmer for 
  35. insight.
  36. Greg
  37.  
  38.